@-ms-viewport {
    width: auto !important;
}
@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Bold.eot');
    src: local('Glacial Indifference-Bold'), local('GlacialIndifference-Bold'),
        url('../fonts/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GlacialIndifference-Bold.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Bold.woff') format('woff'),
        url('../fonts/GlacialIndifference-Bold.ttf') format('truetype'),
        url('../fonts/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Glacial Indifference';
    src: url('../fonts/GlacialIndifference-Regular.eot');
    src: local('Glacial Indifference Regular'), local('GlacialIndifference-Regular'),
        url('../fonts/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GlacialIndifference-Regular.woff2') format('woff2'),
        url('../fonts/GlacialIndifference-Regular.woff') format('woff'),
        url('../fonts/GlacialIndifference-Regular.ttf') format('truetype'),
        url('../fonts/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
li,
ol,
ul {
    list-style: none;
}
a {
    color: inherit;
}
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}
ul {
    margin: 0;
    padding: 0;
}
button,
input,
textarea {
    border: none;
    outline: none;
}
a[data-fancybox] {
    outline: none;
}
a[data-fancybox] img {
    outline: none !important;
}
.slick-slide {
    outline: none;
}
.slick-slide a {
    outline: none !important;
}
img[data-lazy] {
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
    min-width: 1px;
    min-height: 1px;
    background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}
.lazy {
    background-image: url(../js/slick/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}
.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}
.slick-disabled {
    cursor: no-drop;
    opacity: .5;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.searchactive {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}
@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}
@media(max-width:767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-slide--iframe .fancybox-content {
    width: 733px;
    max-width: 80%;
    height: 500px;
    max-height: 50%;
    margin: 0;
}
.fancybox-caption {
    border: none;
    text-align: center;
    font-size: 16px;
}
.zoomDiv {
    z-index: 9;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}
@media(min-width: 768px) {
    .zoomDiv {
        position: absolute;
    }
}
.zoomMask {
    z-index: 1;
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
}
@media(max-width: 767px) {
    .zoomMask {
        display: none;
    }
}
/*.table-box {
    overflow: auto;
    width: 100%;
    max-width: 100%;
}
.table-box table {
    line-height: 1.2;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: center;
}
.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto !important;
    height: auto !important;
}
.table-box table td,
.table-box table th {
    font-weight: normal;
    padding: 10px !important;
    border: 1px solid #d6d6d6 !important;
}
@media (max-width: 480px) {
    .table-box table td,
    .table-box table th {
        padding: 8px !important;
    }
}
.table-box table tr p,
.table-box table tr span {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.table-box table th {
    text-align: center;
}*/
.scrollbar::-webkit-scrollbar {
    width: 6px;
    position: absolute;
    left: 0;
    z-index: 2;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: #df5312;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
}